home *** CD-ROM | disk | FTP | other *** search
- This is my first attempt at graphics programming in Turbo C. It is a two
- player checkers game compiled using Turbo C v1.5.
-
- Playing the game is simple...
-
- Use the HOME, PGUP, END, and PGDN keys to position the black box over the
- piece you want to use and press ENTER. Then use the same keys to position
- the black box where you want to move. If it is a valid move, the selected
- piece will move. To double jump, you make the first jump, when the program
- prompts for the next player, press the F key twice. This will forfeit the
- next player's move so you can complete the double jump. If you have more
- than a double jump, use the same procedure as many times as necessary.
-
- When you reach the end of the board, a ring in the piece will appear to let
- you know that the piece is a king. Kings can be moved backwards, but cannot
- jump over their own pieces.
-
- Hopefully, a one player option will be added in a short time.
-
- Since this is my first graphic Turbo C program I would appreciate any
- comments or suggestions.
-
- Paul D'Ascensio
- 76040,33